home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / python-gnome2-desktop / examples / applet / GNOME_PythonAppletSample.server < prev    next >
Encoding:
Text File  |  2009-03-14  |  1.2 KB  |  31 lines

  1. <oaf_info>
  2.  
  3. <oaf_server iid="OAFIID:GNOME_PythonAppletSample_Factory"
  4.             type="exe"
  5.             location="applet.py">
  6.  
  7.         <oaf_attribute name="repo_ids" type="stringv">
  8.                 <item value="IDL:Bonobo/GenericFactory:1.0"/>
  9.                 <item value="IDL:Bonobo/Unknown:1.0"/>
  10.         </oaf_attribute>
  11.         <oaf_attribute name="name" type="string" value="PythonAppletSample"/>
  12.         <oaf_attribute name="description" type="string" value="Python Applet Sample"/>
  13. </oaf_server>
  14.  
  15. <oaf_server iid="OAFIID:GNOME_PythonAppletSample"
  16.             type="factory" 
  17.             location="OAFIID:GNOME_PythonAppletSample_Factory">
  18.  
  19.         <oaf_attribute name="repo_ids" type="stringv">
  20.                 <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
  21.                 <item value="IDL:Bonobo/Control:1.0"/>
  22.                 <item value="IDL:Bonobo/Unknown:1.0"/>
  23.         </oaf_attribute>
  24.         <oaf_attribute name="name" type="string" value="PythonAppletSample"/>
  25.         <oaf_attribute name="description" type="string" value="Python Applet Sample"/>
  26.         <oaf_attribute name="panel:category" type="string" value="Utility"/>
  27.         <oaf_attribute name="panel:icon" type="string" value="bug-buddy.png"/>
  28. </oaf_server>
  29.  
  30. </oaf_info>
  31.